home *** CD-ROM | disk | FTP | other *** search
- :save.scr
-
- cursor 25 7
- print 'This is the end of lesson
- cursor 8 11
- print 'If you want to stop for now and save your progress then press S.
- cursor 3 13
- print 'If you want to continue press C. ESC will return you to the TUTORIAL MENU.
-
- :wait_for_c
- wait -
- if key ! C if key ! c if key ! S if key ! s goto wait_for_c
-